From 2d6c43b5988782ee78b591ae135ef040a883b85b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Aug 2020 17:55:13 -0400 Subject: [PATCH] checkbutton: Drop gtkradiobutton.h include No longer used. --- gtk/gtkcheckbutton.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index 59e5645d69..ac087f5079 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -24,6 +24,8 @@ #include "config.h" +#include "gtkcheckbutton.h" + #include "gtkactionhelperprivate.h" #include "gtkboxlayout.h" #include "gtkbuiltiniconprivate.h" @@ -33,7 +35,6 @@ #include "gtkintl.h" #include "gtklabel.h" #include "gtkprivate.h" -#include "gtkradiobutton.h" #include "gtkstylecontextprivate.h" #include "gtkwidgetprivate.h" -- 2.30.2